@charset "utf-8";

/*~~~~框架布局~~~*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}





/*==版心定义↓==*/

.container{width:1440px;}

a:hover{color:#0590a2}

.bga{background: #f5f5f5;}



/*==字符串↓==*/

*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}

@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.woff2?t=1680575630073') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.woff?t=1680575630073') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.ttf?t=1680575630073') format('truetype');
}






/*==顶部↓==*/
.fixed-top.header{position: fixed !important;width:100%;z-index:99;height:80px;/* box-shadow: 0 0 10px #ddd; */}
.fixed-top.header:before{opacity: 0.2;height:100%;}
.fixed-top.header .logo img{ }
.fixed-top.header .sub{top:80px}
/*--*/

.header.hed2{position: inherit;border-bottom:1px #eee solid;}

.header.hed2 .nav > li > a{color: #666;}

.header.hed2 .search a{color:#666;}

.header.hed2.fixed-top .nav > li > a{color: #fff;}

.header.hed2.fixed-top .search a{color:#fff;}
/*--*/
.header{position: fixed;z-index:99;top: 0;left: 0;right: 0;height:100px; background: rgba(255,255,255,0.2);}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #000;transition: all .4s ease-in-out;}
.header .container{height:100%;}
.header .logo{float:left;height:100%;padding: 20px 0; }
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}
.header .lang{float: right;position: relative;display: flex;margin-left: 30px;height:100%;align-items: center;}
.header .lang a{display: flex;padding: 2px 10px;color:#666;font-size: 16px;border-radius: 30px;background: #f5f5f5;align-items: center;flex-direction: row-reverse;}
.header .lang a::before{content:"\e65a"; }
.header .lang a:hover{color:#fff;background:#0590a2}
.header .tel{position: relative;float: right;display: flex;margin-left: 40px;height: 100%;font-weight: bold;font-size: 22px;color: #fff;align-items: center;}
.header .tel:before{content: "\e618";margin-right: 10px;font-weight: 400;color: #fff;font-size: 26px;}
.header .search{position: relative;float: right;display: flex;height: 100%;margin-left: 50px;align-items: center;}
.header .search a{color:#fff;font-size: 24px;}
.header .search a:hover{color:#0590a2}
.header .search .stand{opacity: 0;position: absolute;display: flex;right: 35px;top:0;bottom: 0;margin: auto;height: fit-content;align-items: center;flex-direction: row-reverse;}
.header .search .close{display: flex;margin-left: 10px;width: 35px;height: 35px;text-align: center;color: #666;font-size: 20px;background: #fafafa;justify-content: center;align-items: center;cursor: pointer;border-radius: 50%;}
.header .search .close::before{content:"\e731";}
.header .search .close:hover{color:#fff;background: #999;}
.header .search .close:hover:before{color:#fff}
.header .search form {position:relative;width:280px;display: flex;overflow: hidden;align-items: stretch;background: rgba(0,0,0,0.5);}
.header .search form input {width:100%;padding: 20px;color: #fff;background: none;font-size: 16px;border: none;}
.header .search form button {flex-shrink: 0;height: 100%;font-size:22px;color: #fff;border:none;cursor:pointer;background: none;}
.header .search form button:hover {background:#0590a2}
.header .search form input,.header .search form button {line-height: 32px;padding: 3px 15px;}
.header.hid .nav{opacity:0;z-index: -1;}
.header.hid .search .ico{opacity:0;}
.header.hid .search .stand{opacity: 1;z-index:2;}
/*--*/
.header .nav{display:flex;float: right;margin-left:80px;height: 100%;align-items: center;}
.header .nav > li{/* flex: 1; *//* float: left; */margin-left: 40px;height: 100%;}
.header .nav > li > a{position: relative;z-index: 1;display: flex;color: #fff;font-size:16px;text-align: center;height: 100%;padding: 0 1px;align-items: center;justify-content: center;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom: 0;z-index: -1;width: 100%;height: 2px;background:#0590a2;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color: #0590a2;}
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
/*--*/
.header .sub{display:none;left:0;right:0;top: 100px;position:absolute;z-index: 999;border-top: 1px #ddd solid;border-bottom:1px #ddd solid; background: #fefefe;}
.header .sub:before{content: "";position: absolute;left:0;right:0;top:0;z-index: -1;height:20px;background:-webkit-linear-gradient(top, #f1f1f1, #fff);}
.header .sub .long{display: flex;justify-content: center;} 
/*--*/
.header .sub-1{padding:20px 0}
.header .sub-1 a{display: flex;color: #5e5e5e;font-size: 16px;margin: 8px 20px;align-items: center;}
.header .sub-1 a::before{content:"";width:5px;height:5px;margin-right: 10px;display: block;border-radius: 50%;background: #9a9a9a;}
.header .sub-1 a:hover{color:#0590a2; }
.header .sub-1 a:hover:before{background:#0590a2}
/*--*/
.header .sub-2{padding: 15px 0px 50px 0px;background: #f9f9f9;}
.header .sub-2 .vig{/* flex: 1; */display: flex;margin: 0 0 -50px -80px;flex-wrap: wrap;}
.header .sub-2 .vig li{margin: 0 0 20px 80px;}
.header .sub-2 .vig .title{margin-bottom: 10px;color: #3a3a3a;font-size: 18px;font-weight: bold;display: block;}
.header .sub-2 .vig .title:hover{color:#0590a2}
.header .sub-2 .vig a{display: flex;color: #6a6a6a;font-size: 15px;margin-bottom: 5px;}
.header .sub-2 .vig a.more{margin-top:10px;padding: 8px 20px;}
.header .sub-2 .vig a:hover{color:#0590a2;transform:translateX(-2px)}
.header .sub-2 .vig a:hover h4:before{background:#0097dc}
.header .sub-2 .vig h4{display:flex;align-items: center;}
.header .sub-2 .vig h4::before{content:"";width:5px;height:5px;margin-right: 10px;display: block;border-radius: 50%;background: #9a9a9a;}
.header .sub-2 .vig img{flex-shrink: 0;width:70px;margin-right:10px;}
.header .sub-2 .pic{flex-shrink:0;margin-left: 80px;}
.header .sub-2 .pic .more{display: block;color:#999;font-size:14px;margin-top:10px;}
.header .sub-2 .pic .more:hover{color:#0590a2}







/*==次级导航↓==*/

.menu{width:100%;margin-top:60px;margin-bottom:-10px;}

.menu ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}

.menu li{/*! flex: 1; */ display: inline-block;}

.menu li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 6px; background: #f7f7f7;}

.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #0590a2;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.menu li:hover a,.menu li.active a{ color:#fff;border-color:#0590a2 }

.menu li:hover a:after,.menu li.active a:after{transform: scale(1);transform-origin:left;}



/*==次级导航2↓==*/
.column{padding: 25px 0;width:100%;display:table;text-align: center;border-bottom: 1px #eee solid;border-top: 1px #eee solid;overflow:hidden;background: #fff;}
.column .nav{/* float: left; */display: flex;flex-wrap: wrap;justify-content: center;}
.column li{/*! flex: 1; */display: inline-block;margin: 0 30px;}
.column li a{position:relative;z-index:2;display: block;color:#333333;font-size: 20px;/* background: #f7f7f7; */}
.column li a:after{content: "";position: absolute;left:0;bottom: -25px;z-index:-1;width:100%;height:2px;background: #0590a2;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.column li:hover a,.column li.active a{ color:#0590a2;}
.column li:hover a:after,.column li.active a:after{transform: scale(1);transform-origin:left;}
/*--*/
.column .site{float:right;}
.column .site{color:#888;font-size:14px;}
.column .site .home i{margin-right:10px;color:#333;font-weight:bold}
.column .site a{color:#888;font-size:14px;}
.column .site a:hover{color:#0590a2;}



/*==次级导航3↓==*/
.menu-second{}
.menu-second ul{display:flex;padding:30px 0;flex-wrap: wrap;border-bottom: 1px #eee solid;justify-content: center;}
.menu-second ul li{display:inline-block;margin:0 20px;}
.menu-second ul a{display: block;color:#3a3a3a;font-size: 16px;}
.menu-second ul li:hover a,.menu-second ul li.active a{color:#0590a2}


/*==产品菜单↓==*/

.pro-menu{padding: 20px 0;border-bottom: 1px #ddd solid;}
.pro-menu .first{display:flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.pro-menu .first li{flex: 1;margin:0 20px 20px 20px;text-align: center;}
.pro-menu .first a{display: block;color:#3a3a3a;font-size: 18px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-menu .first em{display: block;margin: auto;margin-bottom: 10px;width:50px;height: 36px;overflow: hidden;}
.pro-menu .first em img{height:100%; filter: drop-shadow(0px 36px #888);transform: translateY(-100%);}
.pro-menu .first li:hover a,.pro-menu .first li.active a{color:#0590a2}
.pro-menu .first li:hover em img,.pro-menu .first li.active em img{transform: translateY(0%);}

.pro-menu .second{margin-top:30px;padding-top:30px;display:flex;flex-wrap: wrap;border-top:1px #ddd solid;}

.pro-menu .second li{display:inline-block;margin:0 20px;}

.pro-menu .second a{display: block;color:#3a3a3a;font-size: 16px;}

.pro-menu .second li:hover a,.pro-menu .second li.active a{color:#0590a2}





/*==面包屑↓==*/

.site{}

.site .container{padding: 20px 0;border-bottom:1px #ddd solid;}

.site .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}

.site a{color:#666;font-size:12px;}

.site a:hover{color:#0590a2}

.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}

.site .more:hover{color:#fff; background: #0590a2;}





/*==标题↓==*/

.titleAx{color:#000123;font-size:44px;font-weight: bold;}  

.titleAx span{margin-top:10px;display: block;color:#bdbdbd;font-size:14px;font-weight: 400;text-transform: Uppercase;}

.titleAx b{font-weight:bold}

.titleAx font{color:#0590a2}

.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #0590a2;}

.titleAx.cen{text-align: center;margin-bottom:50px;}

.titleAx.m30{margin-bottom:30px}

.titleAx.m40{margin-bottom:40px}

.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}

.titleAx.white hr{background:#fff}

/*--*/

.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;font-weight: bold;}
.titleBx span{display: block; margin:10px auto 0;color:#bdbdbd;font-size:14px;font-weight:400}
.titleBx hr{content: '';width: 64px;border: none;height: 8px;background: url(../images/title-line.png) no-repeat center;background-size: auto 100%;}
.titleBx.cen{text-align: center;}
.titleBx.lef{text-align:left}
.titleBx.lef hr{margin: 0;margin-top: 10px;}
.titleBx.white,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 -20px 0;}




/*==边距↓==*/

.ptm60{padding:60px 0}

.ptm80{padding:80px 0}

.ptm100{padding:100px 0}

.pt60{padding-top:60px}

.pt80{padding-top:80px}

.pt100{padding-top:100px}

.pm60{padding-bottom:60px}

.pm80{padding-bottom:80px}

.pm100{padding-bottom:100px}

/*--*/

.mtm60{margin:60px 0}

.mtm80{margin:80px 0}

.mtm100{margin:100px 0}

.mt60{margin-top:60px}

.mt80{margin-top:80px}

.mt100{margin-top:100px}

.mm60{margin-bottom:60px}

.mm80{margin-bottom:80px}

.mm100{margin-bottom:100px}



/*句段限制*/

.abbr{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.lcp{-webkit-line-clamp: 2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}





/*===内页框↓==*/

.rack{float:left;width:100%;padding:100px 0 80px 0;}

.rackWor{}





/*==更多按钮↓==*/

.more-1{display: flex;width: max-content;margin-top: 60px;color:#fff;font-size: 16px;padding: 8px 10px 8px 30px;border-radius: 30px;background: #0590a2;align-items: center;flex-direction: row;}
.more-1:after{content:"\e65b";display: flex;color: #0590a2;font-size: 22px;margin-left: 20px;width: 30px;height: 30px;border-radius: 50%;background: #fff;align-items: center;justify-content: center;}
.more-1:hover{color:#fff;background:#333}
.more-1:hover:after{transform:translateX(3px)}
.more-1.cen{margin:auto;margin-top:60px;}

/*--*/

.more-2{display: flex;width: max-content;margin:auto;margin-top: 40px;color:#ee924a;font-size:14px;padding: 12px 50px;border-radius: 30px;border:1px #ee924a solid;transition: all .4s ease-in-out;align-items: center;justify-content: center;flex-direction: row-reverse;}

.more-2:before{content:"\e61f";font-size: 24px;margin-left: 20px;color:#ee924a}

.more-2:hover{color:#fff; background:#ee924a;}

.more-2:hover:before{color:#fff;transform:translateX(5px)}





/*==切换效果↓==*/

.cut-item .btn {position:absolute;top:50%;left:-75px;display:block;width: 50px;line-height: 50px;text-align:center;color: #fff;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #0590a2 solid;border-radius: 50%;background:#0590a2;}

.cut-item .btn.sNext {left:auto;right:-75px;}

.cut-item .btn:hover {color:#fff;border-color: #f60;background:#f60;}

.cut-item .btn:hover:before {color:#fff}

.cut-item .sPrev:before {content:"\e662";}

.cut-item .sNext:before {content:"\eb9b";}





/*==左右按钮控制↓==*/

.trol-rotate{  display: flex; align-items: center; margin-top: 40px;}
.trol-rotate .btn {display: flex;width: 45px;height: 45px;margin: 0 10px;text-align:center;color: #fff;font-size: 18px;font-weight:bold;cursor:pointer;border-radius: 50%;/*background:#fff;*/align-items: center;justify-content: center;background: #0590a2;}
.trol-rotate .btn.sNext { }
.trol-rotate .btn:hover { background: #f60;}
.trol-rotate .btn:hover:before {color:#fff}
.trol-rotate .sPrev:before {content:"\e662";}
.trol-rotate .sNext:before {content:"\eb9b";}





/*-切换点1-*/

.spot-dot {}

.spot-dot {position:initial;margin:40px auto 0;text-align:center;}

.spot-dot span {opacity:1;width:15px;height:15px;margin:0 10px;border:1px #ddd solid;background:#fff;}

.spot-dot span.swiper-pagination-bullet-active {background:#0590a2;}

/*-切换点2-*/

.spot-forte{position:initial;margin:40px auto 0;text-align:center;}

.spot-forte span{opacity:0.8;width:25px;height:6px;border-radius:0px;margin:0 6px;background:#eee;}

.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#0590a2;}





/*==左侧联系↓==*/

.connection {margin-top:30px;padding:20px;border:1px #ddd solid;overflow:hidden;/* background:#eee;*/}

.connection .tit {/* float:left;*/color:#333;font-size:18px;font-weight:bold;padding-bottom:20px;margin-bottom:20px;border-bottom:1px #ddd solid;}

.connection .tit .more {float:right;display:block;color:#666;font-size:13px;margin-top:5px;}

.connection .tit .more:hover {color:#0590a2}

.connection .tel {position:relative;display:block;font-size:12px;color:#858585;padding-left:50px;margin-bottom:20px;word-wrap:break-word;word-break:normal;}

.connection .tel font {display:block;color:#0590a2;font-size:24px;margin-top:5px;line-height:25px;font-weight:bold;}

.connection .tel:before {content:"\e611";font-family:"iconfont";position:absolute;top:6px;left:0;margin-right:10px;font-weight:400;color:#333;font-size:36px;}

.connection .wx {color:#666;font-size:14px;line-height:24px}

.connection .ewm {display:table;margin-top:20px;}

.connection .ewm img {max-width:100px;}

.connection .ewm font {vertical-align:middle;color:#666;font-size:14px;padding-left:30px;}

.connection .ewm font hr {float:left;width:30px;height:1px;margin:10px 10px 0 0;border:none;background:#aaa;}

.connection .ewm img,.connection .ewm font {display:table-cell;}

 





/*==标题+tab↓==*/
.title-tip{display: flex;position: relative;margin-bottom:50px;justify-content: space-between;align-items: center;}
.title-tip.line{padding-bottom: 30px;border-bottom: 2px #ddd solid;/*height: 90px;*/}
.title-tip .tit{float:left;text-align: left;margin: 0px;}
.title-tip .tone .more{position: relative;z-index:2;font-size: 40px;padding: 0;height: -webkit-fill-available;margin-left: 30px;transition: all .4s ease-in-out;align-items: stretch;}
.title-tip .tone .more:after{display:none;}
.title-tip .tone .more:hover{color:#0590a2;transform:translateX(5px)}
.title-tip .tone_1{}
.title-tip .tone_1 li{display:inline-block;cursor: pointer;margin-left: 20px;}
.title-tip .tone_1 a{position: relative;z-index: 1;display: block;color: #6a6a6a;font-size: 20px;font-weight: bold;padding: 12px 40px;border-radius: 30px;overflow:hidden;border:1px solid #fdfdfd;background: #f5f5f5;}
.title-tip .tone_1 a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height: 100%;background: #0590a2;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.title-tip .tone_1 .me{margin-left:20px;display: inline-block;color:#999;font-size: 35px;padding-bottom: 25px;}
.title-tip .tone_1 .me:hover{color:#0590a2;transform:translateX(5px)}
.title-tip .tone_1 .active a,.tone-item li:hover a{color: #fff;}
.title-tip .tone_1 .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}
/*--*/ 
.title-tip .tone_2{display: flex;margin-bottom: -91px;flex-wrap: wrap;}
.title-tip .tone_2 li{ float: left;margin-left: 50px;position: relative;}
.title-tip .tone_2 a{position: relative;display: block;color:#242424;font-size:20px;text-align: center;padding-bottom: 35px;}
.title-tip .tone_2 a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height: 2px;background:#0590a2;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.title-tip .tone_2 li.active a{color:#0590a2; }
.title-tip .tone_2 li.active a:after{transform: scale(1);transform-origin:left;}







/*

.productHome{}

.productHome .tone{display: flex;margin-bottom:30px}

.productHome .tone li{flex: 1;text-align: center;}

.productHome .tone h4{margin-top:15px;color:#2a2a2a;font-size:22px;font-weight: bold;}





.srll-pro{position:relative; }

.srll-pro .list h4{padding:10px;color:#fff;font-size:22px;text-align: center; background: #0590a2;}

.srll-pro .list li:hover h4{background:#666;}

.srll-pro .spot{display:none;}

*/





/*==首页产品↓==*/

.productHome{}
.productHome .tone{display: flex;margin-bottom:30px;flex-wrap: wrap;justify-content: center;}
.productHome .tone li{/* flex: 1; */text-align: center;border-bottom: 1px #ccc solid;}
.productHome .tone a{position: relative;display: block;color:#2a2a2a;font-size: 18px;padding: 10px 20px;}
.productHome .tone a:after{content:"";position: absolute;left:0;bottom: -1px;width: 100%;height: 2px;background:#0590a2;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.productHome .tone li.active a:after{transform: scale(1);transform-origin:left;}
.productHome .top{margin-bottom:20px}
.productHome .top img{width:100%;}
.productHome .list{display: flex;margin:0 0 -20px -20px;    flex-wrap: wrap;}
.productHome .list li{width:calc(25% - 20px);margin:0 0 20px 20px; }
.productHome .list a{display: block;border:1px #fff solid;background: #fff;}
.productHome .list .box{padding:20px;text-align: center;}
.productHome .list h4{color:#3a3a3a;font-size:18px; }
.productHome .list p{color:#6a6a6a;font-size:15px;margin-top:10px;}
.productHome .list li:hover a{border-color:#0590a2; transform:translateY(-5px)}

.productHome .list li:hover h4{color:#0590a2}







/*==应用领域tab↓==*/
.apply-tab{display: flex;margin-bottom:-50px;flex-direction: column-reverse;}
.apply-tab .roll{display: flex;margin-top: 80px;margin-left: -20px;text-align: center;background: #eee;}
.apply-tab .roll li{flex: 1;display: flex;position: relative;z-index:2;cursor:pointer;font-size: 24px;color: #212121;padding: 50px 40px;/* overflow: hidden; */border-right: 1px #ddd solid;text-align: left;flex-direction: column;}
.apply-tab .roll li:before{opacity:0;content:"";position:absolute;left:0;bottom: 0;z-index: -1;width:100%;height: 80%;border-bottom:5px #ff8c21 solid;background-color:#0590a2;background-repeat:no-repeat;background-position: 350% 0%;}
.apply-tab .roll li.x1:before{background-image:url(../images/area-bg-01.png);}
.apply-tab .roll li.x2:before{background-image:url(../images/area-bg-02.png);}
.apply-tab .roll li.x3:before{background-image:url(../images/area-bg-03.png);}
.apply-tab .roll li.x4:before{background-image:url(../images/area-bg-04.png);}
.apply-tab .roll li.x5:before{background-image:url(../images/area-bg-05.png);}
.apply-tab .roll li.x6:before{background-image:url(../images/area-bg-06.png);}
.apply-tab .roll li em{display: flex;margin-right: 10px;width: 50px;height: 50px;overflow: hidden;align-items: center;justify-content: center;}
.apply-tab .roll li em img{display: block;filter: drop-shadow(0px 50px #fff);/* transition: all .4s cubic-bezier(0.26, 0.32, 0.74, 0.66); */}
.apply-tab .roll h4{color: #3a3a3a;margin-top: 40px;font-size: 22px;font-weight: bold;}
.apply-tab .roll .active{color:#fff;} 
.apply-tab .roll .active:before{opacity:0.9;height: 120%;}
.apply-tab .roll .active em{}
.apply-tab .roll .active em img{/* margin-top:-50px; */transform: translateY(-100%);}
.apply-tab .roll .active h4{color:#fff}
.apply-tab .roll .active h4 span{color:#fff}
.apply-tab .shelf{overflow: hidden;width: 100%;}
.apply-tab .tent{width: 100%;position: relative; display: flex;width:-webkit-fill-available;height: 100%;}
.apply-tab .tent a{}
.apply-tab .tent .pic{display: flex;width:50%;margin-left: 80px;}
.apply-tab .tent .pic img{width:100%;height: 100%;object-fit: cover;}
.apply-tab .tent .box{position:relative;z-index: 1;flex: 1;width:50%;margin-top: 80px;}
.apply-tab .tent .box:before{content:"";position:absolute;left: 80px;bottom: 20px;width:500px;height:500px;background: url(../images/AdvantageBg01.png) no-repeat bottom left;}
.apply-tab .tent em{display: table;margin-bottom: 10px;overflow: hidden;}
.apply-tab .tent em img{filter: drop-shadow(0px 54px #0590a2);transform: translateY(-54px);}
.apply-tab .tent .title{position: relative;display: table;color: #3a3a3a;font-size: 45px;font-weight:bold;margin-bottom: 30px;}
.apply-tab .tent .title:hover{color:#0590a2}
.apply-tab .tent .wx{position: relative;color:#5a5a5a;font-size:16px;display: flex;line-height: 30px;}





/*==首页优势↓==*/

.advantageHome{background:url(../images/advantageBg.jpg) no-repeat center; background-size:cover;}





/*==优势排版↓==*/

.advan-arr{display: flex;    flex-wrap: wrap;}
.advan-arr li{flex: 1;padding: 0 40px;border-right:1px solid rgba(255,255,255,0.2);}
.advan-arr a{display: block;}
.advan-arr h4{color:#fff;font-size:30px;font-weight:bold;}
.advan-arr h4 em{display: inline-block; margin-right:10px}

.advan-arr h4 em img{width:100%;display: block;}
.advan-arr p{color:#fff;font-size:18px;margin-top:30px;}
.advan-arr li:hover a{transform:translateY(-5px)}






/*==合作伙伴列表↓==*/

.partner-list{display: flex;margin:0 0 -20px -20px}

.partner-list li{width: calc(16.2% - 20px);margin:0 0 20px 20px}

.partner-list a{position: relative;display:block;width: 100%;height:100%;border:1px #eee solid;overflow: hidden;border-radius: 10px;background:#fff;}
.partner-list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);}
.partner-list h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;padding:10px;color:#fff;font-size: 18px;transform: translateY(10px);}
.partner-list li:hover h4{opacity:1;transform: translateY(0px);}
.partner-list li:hover a:after{opacity:0.8;transform: translateY(0px);} 





/*==合作伙伴列表2↓==*/
.partner-list_2.edge{display: flex;flex-wrap: wrap;border-top:1px #ddd solid;border-left:1px #ddd solid;}
.partner-list_2.edge li{width:16.6%; }
.partner-list_2{ border-top:1px #ddd solid;border-left:1px #ddd solid;}
.partner-list_2 li{ border-right:1px #ddd solid;border-bottom:1px #ddd solid;}
.partner-list_2 a{position: relative;z-index:1;display:block;width: 100%;height:100%;overflow: hidden;background:#fff;}
.partner-list_2 a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#0590a2;}
.partner-list_2 .pic{position:relative;width:100%;height: 150px;/* align-items: center; *//* justify-content: center; */}
.partner-list_2 .pic img{position: absolute;left:0;top:0;right: 0;bottom: 0;margin: auto;display:block;max-height:100%; }
.partner-list_2 h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;transform: rotateX(45deg);text-align: center;padding:10px;color:#fff;font-size: 18px;transform: translateY(10px);}
.partner-list_2 li:hover h4{opacity:1;transform: translateY(0px);}
.partner-list_2 li:hover a:after{opacity:0.8;transform: translateY(0px)}





/*==新闻滚动↓==*/
.srll-news{position:relative;min-width:100%;max-width:0px;}
.srll-news .spot{}



/*==新闻列表↓==*/
.news-list.edge{display: flex; margin:0 0 -20px -20px;    flex-wrap: wrap;}
.news-list.edge li{width:calc(50% - 20px); margin:0 0 20px 20px;}
.news-list a{display: flex;border:1px #fff solid;background: #f5f5f5;}
.news-list .pic{flex-shrink: 0;width: 45%;height: 240px;}
.news-list .pic img{width:100%;height: 100%;object-fit: cover;} 
.news-list .box{position: relative;padding: 40px;min-width: 0px;}
.news-list h4{color:#000;font-size: 22px;font-weight: bold;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-list h4:before{content:"";float: left;display:none;margin: 12px 10px 0 0;width:10px;height:2px;background: #0590a2;}
.news-list p{-webkit-line-clamp: 2;margin-top: 10px;color:#666666;font-size: 18px;line-height: 30px;}
.news-list .time{display: flex;position: absolute;left: 0;bottom: 0;right: 0;margin: 40px;padding-top: 15px;color: #999;border-top: 1px #ddd solid;justify-content: space-between;align-items: center;}
.news-list .time:after{content:"\eb97";display: flex;color:#ff8c21;font-size: 22px;justify-content: center;align-items: center;}
.news-list li:hover a{border-color:#0590a2;background:none}
.news-list li:hover h4{color:#0590a2}
.news-list li:hover .time:after{color:#0590a2;transform:translateX(-5px)}





/*==新闻详情框↓==*/
.EssayCont .lefter {float:left;width:70%;}
.EssayCont .righter {float:right;width:25%;}
.EssayCont .righter .shell {width:100%;margin-bottom:30px;padding: 30px;border:1px #ddd solid;border-top: 4px solid #0590a2;background: #f5f5f5;}
.EssayCont .righter .shell:last-child {margin-bottom:0px;}
.EssayCont .righter .shell .tit {position:relative;color:#333333;font-size: 24px;font-weight: bold;padding-bottom:15px;margin-bottom:20px;}
.EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width: 10%;height:1px;background:#0590a2;}
.EssayCont .righter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
.EssayCont .righter .shell .tit .more:hover{color:#0590a2}
/*--*/
.EssayCont .bgb {margin-bottom:30px;background:#fff;}
.EssayCont .bgb:last-child {margin-bottom:0px;}
.EssayCont .bgb.p3 {padding:30px 30px 40px 30px;}
.EssayCont .bgb.p4 {padding:40px 40px 40px 40px;}
/*--*/
.EssayCont .news {}
.EssayCont .news li {clear:both;width:100%;margin-bottom:12px;}
.EssayCont .news li:last-child{margin-bottom:0px;}
.EssayCont .news .one {position:relative;}
.EssayCont .news .one a{display:flex;align-items: center;}
.EssayCont .news .one .pic{flex-shrink: 0;width: 120px;}
.EssayCont .news .one .box{flex: 1;margin-left:20px}
.EssayCont .news .one h4 {width:100%;color: #3a3a3a;font-size: 16px;}
.EssayCont .news .one:hover h4 {color:#0590a2}
.EssayCont .news .one span{display: flex;margin-top: 20px;color: #999;justify-content: space-between;}
.EssayCont .news .one span:before{content:"\eb97";display: flex;color: #999;font-size: 20px;justify-content: center;align-items: center;}
.EssayCont .news .one:hover span:before{color:#0590a2;transform:translateX(5px)}
.EssayCont .news .two{}
.EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
.EssayCont .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
.EssayCont .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;}
.EssayCont .news .two:hover a {color:#0590a2;}
.EssayCont .news .two:hover a:before {background:#0590a2;}
.EssayCont .search.shell{}
.EssayCont .search.shell .tit{color:#fff;text-align: center;margin: -30px -30px 20px -30px;padding: 15px;background: #0590a2;}
.EssayCont .search input{width: 100%;padding: 20px 20px;border:1px #eee solid;background:#fff}
.EssayCont .search button{margin-top: 20px;padding: 15px 10px;width: 100%;border:none;color: #666;font-size: 18px;cursor: pointer;background: #eee;}
.EssayCont .search button:hover{color:#fff;background:#0590a2} 
/*--*/
.EssayCont .content .titleTop{margin-bottom: 40px;}
.EssayCont .content .title{color:#333333;font-size:28px;font-weight: bold;border-bottom: 1px #ddd solid;padding-bottom: 20px;margin-bottom: 20px;}
.EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
.EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size: 15px;}
.EssayCont .content .msg span i{font-size: 18px;margin-right: 10px;}
.EssayCont .content .msg span{margin-right: 30px;}
.EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#0590a2}
.EssayCont .content .msg .active{font-weight:bold;}
.EssayCont .content .wor{min-height:300px;font-size:16px;}
/*--*/
.EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
.EssayCont .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
.EssayCont .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}
.EssayCont .pagIng a:hover{color:#fff; background: #0590a2;}
.EssayCont .pagIng .prev{float:left}
.EssayCont .pagIng .next{float:right}

/*--*/

.pagIng-5{display: flex;position:relative; margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;justify-content: space-between;align-items: center;}
.pagIng-5 .lump{display: flex;color:#666;font-size:16px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;align-items: center;}
.pagIng-5 .lump:hover{color:#0590a2; }
.pagIng-5 .lump:hover:before{color:#fff;background:#0590a2}
.pagIng-5 .lump:before{content:"\e662";display: flex;width:35px;height:35px;margin: 0 10px;border-radius:50%;color:#fff;font-size:15px;background: #ddd;justify-content: center;align-items: center;}
.pagIng-5 span{ width: 40%;}
.pagIng-5 .next{ flex-direction: row-reverse; justify-content: flex-start;}
.pagIng-5 .next:before{transform:rotate(180deg);}
.pagIng-5 .return{display: flex;padding: 10px 20px;border-radius: 10px;align-items: center;justify-content: center;background: #eee;}
.pagIng-5 .return:before{content:"\e7bf";font-size: 18px;color: #888;}
.pagIng-5 .return:hover{color:#fff;background:#0590a2}
.pagIng-5 .return:hover:before{color:#fff}







/*==应用领域↓==*/
.apply-list li {position:relative;margin-bottom: 40px;clear:both;overflow:hidden;z-index:2;}
.apply-list li a {position:relative;z-index:2;height:520px;display:flex;border: 1px #eee solid;clear:both;overflow:hidden;background: #fff;}
.apply-list li:last-child {margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.apply-list .pic {flex-shrink:0;width:50%;}
.apply-list .pic img {width:100%;height:100%;object-fit:cover;}
.apply-list .box {position:relative;flex:1;padding:50px 60px;width:40%;}
.apply-list h4 {color: #333;font-size:28px;font-weight: bold;margin-bottom: 30px;}
.apply-list hr {display:block;margin: 0;margin-top: 15px;width:40px;height: 4px;border:none;background:#0590a2;}
.apply-list p{    -webkit-line-clamp: 4;color:#666;font-size:16px;line-height:30px;}
.apply-list li:hover a {border-color:#0590a2}
.apply-list li:hover h4{color:#0590a2;}
.apply-list li:hover h4 hr{width:50px;}
.apply-list li:nth-child(2n) a {flex-direction:row-reverse;}





/*==应用领域详情↓==*/

.applyDei{padding-bottom:0px !important;}

.applyDei .up .titleTop{color: #333;font-size:40px;font-weight: bold;margin-bottom: 30px;}

.applyDei .up .titleTop::after{content: ""; display:block;margin: 0;margin-top: 15px;width:50px;height: 4px;border:none;background:#0590a2;}

.applyDei .up .wx{color:#3a3a3a;font-size:20px;line-height: 35px;}





/*==推荐-产品↓==*/

.recom-pro{}
.recom-pro .theme{color: #333;font-size:40px;font-weight: bold;margin-bottom: 30px;}





/*==推荐滚动↓==*/
.srll-recom .list a{display:block;background:#fff}
.srll-recom .list .box{padding:20px;}
.srll-recom .list .pic{padding-top:80%;}
.srll-recom .list h4{color:#333;font-size:20px;font-weight:bold;}
.srll-recom .list .more{display: flex;margin-top: 15px;padding-top: 12px;font-size: 16px;color: #999;border-top: 1px #ddd solid;justify-content: space-between;align-items: center;}
.srll-recom .list .more:after{content:"\eb97";display: flex;color:#999;font-size: 22px;justify-content: center;align-items: center;}
.srll-recom .list li:hover h4{color:#0590a2}
.srll-recom .list li:hover .more:after{color:#0590a2;transform:translateX(-5px)}





/*==核心优势↓==*/

.advantIn{padding:0px !important;}

.adv-craft{background:url(../images/craftBg.jpg) no-repeat center; background-size:cover;}
.adv-craft .arr{}
.adv-craft .arr{display: flex;flex-wrap: wrap;margin:0 0 -20px -20px;}
.adv-craft .arr li{width: calc(50% - 20px); margin:0 0 20px 20px}
.adv-craft .arr a{position: relative;display: block;padding:40px 100px 40px 40px;height: 100%;background: #fff;}
.adv-craft .arr em{position: absolute;right:30px;top:30px;display: block;}
.adv-craft .arr h4{color:#2a2a2a;font-size:28px;font-weight:bold;}
.adv-craft .arr p{color:#6a6a6a;font-size:16px;margin-top: 20px;line-height: 30px;}
.adv-craft .arr li:hover a{box-shadow: 0 10px 15px #eee;transform:translateY(-5px);}
.adv-craft .arr li:hover h4{color:#0590a2}

/*--*/

.adv-streng{}
.adv-streng .arr{}
.adv-streng .arr li {position:relative;display: flex;margin-bottom: 80px;clear:both;z-index:2;height: 570px;}
.adv-streng .arr li:last-child {margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.adv-streng .arr .pic {flex-shrink:0;position: relative;width: 50%;}
.adv-streng .arr .pic img {width:100%;height:100%;}
.adv-streng .arr .info {position:relative;flex:1;margin: 80px 0 0 60px;width:50%;}
.adv-streng .arr .info h4{color: #3a3a3a;font-size: 26px;font-weight: bold;margin-bottom: 20px;}
.adv-streng .arr .info p{margin-top:10px;display: block;color:#6a6a6a;font-size: 16px;line-height:30px}
.adv-streng .arr li:nth-child(2n){flex-direction:row-reverse;}
.adv-streng .arr li:nth-child(2n) .info{margin:80px 60px 0 0}
/*--*/

.adv-quality{background:url(../images/qualityBg.jpg) no-repeat center; background-size:cover;}
.adv-quality .long{display: flex;justify-content: space-between;align-items: center;}
.adv-quality .info{width: 40%;}
.adv-quality .info p{color:#fff;font-size:16px;line-height: 30px;}
.adv-quality .info .more{display:block; color:#fff;font-size:16px;margin-top:50px}
.adv-quality .pic{margin-left:50px;flex-shrink: 1;}

/*--*/

.adv-service{background:url(../images/bgk01.jpg) no-repeat center; background-size:cover;}
.adv-service ul{display: flex;}
.adv-service ul{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.adv-service ul li{flex-grow: 1;position: relative;display: inline-block;width: calc(16.6% - 20px);margin:0 0 30px 30px;padding: 50px 40px 80px 40px;text-align: center;border-top: 5px solid #eee;background: #fff;}
.adv-service ul em{display: flex;margin: auto;margin-top: 25px;justify-content: center;align-items: center;overflow: hidden;}
.adv-service ul h4{color:#000123;font-size: 26px;font-weight: bold;}
.adv-service ul p{color: #3f3f3f;font-size: 16px;line-height: 28px;margin-top: 20px;}
.adv-service ul li:hover{border-color:#0590a2;transform: translateY(-5px); }
.adv-service ul li:hover h4{color:#0590a2}
.adv-service ul li:hover:before{opacity: 1;transform:scale(1);}







/*==下载↓==*/

.downloadIn{}
.downloadIn .long{display: flex;    align-items: flex-start;}





/*==下载-左侧↓==*/
.left-load{width: 350px;flex-shrink: 0;padding: 20px;background:#f8f8f8;}

.left-load .title {display: none; position:relative;color:#fff;font-size:28px;padding: 50px 20px;text-align:center;background: #0590a2;}
.left-load .title:after{content:"";position:absolute;top: 0;left: -15px;right: -15px;bottom:0;display:block;/* width: 50%; */margin: auto;height: 1px;transform: rotateZ(20deg);background: #fff;}
.left-load .title.b1{background: #161823;}
.left-load .title.b1 font{background: #161823;}
.left-load .title font{position: relative;z-index: 2;padding:10px;background: #0590a2;}
.left-load .title span {display:block;color:#fff;font-size: 14px;font-weight:400;margin-top: 10px;}
.left-load .title em { position:absolute;top:20px;right:20px;float:right;font-size:16px;}
.left-load .title em i {margin-left:5px}
.left-load .title em:hover {color:#0590a2}
.left-load .tit{color:#fff;font-size:26px;padding:15px 20px; text-align: center;  background:#161823;}
.left-load .search{border-bottom:1px #ddd solid;margin-bottom:20px;padding-bottom:20px;}
.left-load .search form{display: flex;padding: 10px 20px;background: #eee;align-items: center;}
.left-load .search form input{flex: 1;line-height: 35px;font-size: 18px;border:none;background:none;}
.left-load .search form button{flex-shrink: 0;color:#666;font-size: 20px;border: none;cursor: pointer;}
.left-load .search form button:hover{color:#0590a2}
.left-load .fare{}
.left-load .fare li{margin-bottom: 12px;}
.left-load .fare > li > a{display: flex;padding: 12px 20px;color: #3a3a3a;font-size:16px;font-weight:bold;border-radius: 5px;background: #fff;align-items: center;justify-content: space-between;cursor: pointer;}
.left-load .fare > li > a::after{content:"\eb9b";font-size: 14px;}
.left-load .fare > li.on > a{color:#fff;background: #0590a2;}
.left-load .fare > li.on > a::after{color:#fff;transform: rotate(90deg);}
.left-load .drop{margin: 20px 20px;}
.left-load .drop li{margin-bottom: 13px;}
.left-load .drop > li > a{display: flex;color: #6a6a6a;font-size: 16px;border-radius: 5px;align-items: center;justify-content: space-between;cursor: pointer;}
.left-load .drop > li > a::after{content:"\eb9b";font-size: 14px;}
.left-load .drop > li:hover > a{color:#0590a2; }
.left-load .drop > li:hover > a::after{color:#0590a2;transform: rotate(0deg);}

/*--*/

.right-load{flex: 1;margin-left:30px;padding:30px;background:#f8f8f8;}

.right-load .titleTop{color:#3a3a3a;font-size:30px;font-weight:bold;margin-bottom:30px;padding-bottom:30px;border-bottom:1px #ddd solid;}





/*==下载列表↓==*/

.download-list{}
.download-list span{width: 25%;display: inline-block;padding: 20px 20px;color:#5a5a5a;font-size: 18px;/* text-align: center; */}
.download-list span:last-child{border:none}
.download-list li{display: flex;position:relative;border-bottom: 1px #ddd solid;align-items: center;}
.download-list li:last-child{border-bottom:none}
.download-list .top{}
.download-list .top span{font-size: 22px;color: #3a3a3a;font-weight: bold;}
.download-list .top::before{display: none;}
.download-list .tip{width:40%;}
.download-list .btn{display: flex;width: fit-content;padding: 8px 30px;font-size: 16px;color: #3a3a3a;border-radius:30px;border:1px #eee solid;background: #fff;align-items: center;justify-content: center;}
.download-list .btn::before{content: "\e62f";font-size: 18px;margin-right: 5px;}
.download-list .btn:hover,.download-list li:hover .btn{color:#fff;border-color:#0590a2;background:#0590a2}
.download-list .btn:hover:before,.download-list li:hover .btn:before{color:#fff}

.download-list li .default{position: absolute;left: 0;top: 0;right:0;bottom:0;z-index: 2;display: block;cursor: pointer;}
.download-list li:nth-child(n+2):hover::before{opacity: 1;width:100%;}
.download-list li:nth-child(n+2):hover{border-color:#0590a2;background: #fff;}

.download-list li:hover .title{color:#0590a2;transform:translateX(3px)}





/*==购买框架↓==*/

.shop-stand{display:flex;}

.shop-stand .box{padding:40px;border-radius:10px; background: #f5f5f5;}

.shop-stand .title{color:#2a2a2a;font-size:36px;font-weight: bold;margin-bottom:30px}

.shop-stand .info{width:60%;}

.shop-stand .info p{color:#4f4f4f;font-size:17px;}

.shop-stand .info .more{}

.shop-stand .canal{width:40%;margin-left:10px;}

.shop-stand .link{width:80%;}

.shop-stand .link a{display: flex;margin-bottom:10px;padding-bottom:10px;font-size:16px;color:#0590a2;border-bottom:1px #ccc solid;    align-items: center;}

.shop-stand .link a em{flex-shrink: 0;margin-right:10px;}

.shop-stand .link a:hover{color:#f60;text-decoration:underline}







/*==产品-封面页↓==*/

.proIndex{padding:0px !important}
.proIndex .frame{position: relative;z-index:1;display: flex;margin-bottom:10px;padding:60px 0;align-items: flex-start;}

.proIndex .frame::after{content:"";position:absolute;left:-100%;;right:-100%;;top:0;bottom:0;z-index:-1;background:#f6f6f6;}

.proIndex .frame:nth-child(2n):after{background:#fff;}
.proIndex .first{flex-shrink: 0;position: relative;width:300px;padding: 30px 30px 50px 30px;margin-right:20px;border: 2px #0590a2 solid;border-radius: 10px;overflow: hidden;}
.proIndex .first::after{content:"\e621";position: absolute;right: 20px;bottom: 10px;z-index: 2;color:#0590a2;font-size: 50px;}
.proIndex .long{flex: 1;min-width: 0px;}
.proIndex .titleTop{position:relative;display: flex;margin-bottom:30px;padding-bottom:20px;border-bottom: 1px #ddd solid;justify-content: space-between;align-items: center;}
.proIndex .titleTop::after{content:"";position:absolute;left:0;bottom: -1px;width: 150px;height:2px;background: #0590a2;}
.proIndex .titleTop h3{color:#3a3a3a;font-size:26px;font-weight:bold;}
.proIndex .titleTop .more{display: flex;color:#6a6a6a;font-size: 16px;align-items: center;}
.proIndex .titleTop .more:after{content:"\e64f";display: flex;/* color:#ff8c21; */margin-left: 5px;font-size: 22px;justify-content: center;align-items: center;}
.proIndex .titleTop .more:hover{color:#f60}




/*==产品滚动↓==*/
.srll-pro_2{}

.srll-pro_2 .spot{display: none;}

.product-list.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.product-list.edge li{display: inline-block;width:calc(25% - 20px);margin:0 0 20px 20px; }





/*==产品滚动↓==*/
.product-list a{display: block;border:1px #ddd solid}
.product-list .box{padding:30px;background: #f8f8f8;}
.product-list h4{color:#3a3a3a;font-size:20px;font-weight:bold;}
.product-list p{margin-top:15px;color:#6a6a6a;font-size: 15px;}
.product-list .more{display: flex;margin-top: 20px;padding-top: 15px;color: #999;font-size: 16px;border-top: 1px #ddd solid;justify-content: space-between;align-items: center;}
.product-list .more:after{content:"\e64f";display: flex;font-size: 22px;justify-content: center;align-items: center;}
.product-list li:hover h4{color:#0590a2}
.product-list li:hover .more{color:#0590a2;border-color:#0590a2}





/*==产品列表top↓==*/

.proList{}

.proList .titleTop{margin-bottom:50px;color:#3a3a3a;font-size:40px;font-weight:bold;text-align: center;}







/*==招聘列表↓==*/
.JobCon{border-top:1px #ddd solid}
.join-item .batten{/* padding: 0 40px 30px 40px; */background: #0590a2;}
.join-item .batten.row *{color: #fff;font-weight: bold;}
.join-item .row{/* margin-left: -10px; */display: flex;flex-flow: row wrap;align-content: flex-start;width: 100%;border-radius: 10px 10px 0 0;}
.join-item .row *{/* min-width: 11%; */flex: 1;padding: 20px 20px;margin-left: 10px;font-size: 16px;color: #333;}
.join-item .row h4{flex: 1;}
.join-item .row a{}
.join-list{margin-bottom:-20px} 
.join-list li{width:100%;clear: both;margin-bottom:20px;padding:0 40px 0px 40px;/* border:1px #ddd solid; */background: #f5f5f5;}
.join-list li .top{position: relative;width:100%;padding:20px 0px;cursor: pointer;}
.join-list .top:before{content:"\eb98";position:absolute;top:0;bottom:0;right: -20px;margin:auto;height: fit-content;font-size: 18px;color:#666;transform: rotateX(0deg)}
.join-list .top h4{color:#333333;font-size:18px; font-weight:bold;}
.join-list .top span{color:#555;/* font-size:14px; */}
.join-list .strong{font-weight:bold;}
.join-list .link{/* width: auto; */color:#fff;font-size:14px;padding:8px 20px;text-align: center;background: #0590a2;}
.join-list .down{display: none;border-top:1px #ddd solid;padding: 40px 0 50px 0;overflow: hidden;}
.join-list .option{margin-bottom:20px;display: none;}
.join-list .option span {display: inline-block;  color:#555;font-size:14px;margin:0 20px 10px 0;}
.join-list .wx{margin-bottom:20px;width:100%;color:#676767;font-size: 16px;line-height: 35px;}
.join-list .wx .tit{color:#333333;font-size: 16px;margin-bottom:20px;font-weight:bold;line-height: 1;}
.join-list .wx:last-child{}
.join-list .contact{display: flex;margin-top: 30px;padding-top: 30px;border-top:1px #ddd solid;justify-content: space-between;align-items: center;}
.join-list .contact p{color:#666;font-size:14px;margin-bottom:20px;}
.join-list .contact a{display: inline-block;color:#fff;font-size:16px;margin-right:20px;padding:10px 30px;border:1px #0590a2 solid;border-radius: 5px;background: #0590a2;}
.join-list .contact a:nth-child(2n+1){border-color:#333;;color:#333;background:none;}
.join-list .contact a:hover{color:#fff;border-color: #f60;background: #f60;}
.join-list .contact .tel{position: relative;float: right;font-size: 15px;color: #7a7a7a;padding-left: 50px;}
.join-list .contact .tel:before{content: "\e611";font-family: "iconfont";position: absolute;left:0;top: 0;bottom: 0;margin: auto;height: fit-content;font-weight: 400;color: #aaa;font-size: 35px;}
.join-list .contact .tel font{display: block;color:#0590a2;font-size:26px}
.join-list .open{border-top:1px #0590a2 solid;  background: #f9f9f9;}
.join-list .open .top{}
.join-list .open .top:before{color:#0590a2;transform: rotateX(180deg);}
.join-list .top .link:hover{ color:#fff;background:#3a3a3a;}





/*==产品详情↓==*/

.ProductShow {padding-top:0px !important}
.ProductShow .site{margin-top:-50px;margin-bottom:40px;}
.DetailCont .top {padding:80px 0; background: #f5f5f5;}

/*--*/

.DetailCont .pst-left {float:left;width:55%;}

.DetailCont .pst-right {float:right;width:40%}

/*--*/

.pst-right .title {position: relative;color: #3a3a3a;font-size: 32px;font-weight:bold;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.pst-right .title::after{content:"";position:absolute;left:0;bottom: -1px;width: 100px;height:2px;background: #0590a2;}
.pst-right .number {color:#0590a2;font-size:18px;display:block;margin-bottom: 5px;}
.pst-right .wx {color: #9a9a9a;font-size:15px; line-height: 30px;overflow:hidden;}
.pst-right .download{margin-top: 30px;}
.pst-right .download h3{display: flex;color:#333;font-size:18px;margin-bottom:20px;padding-bottom:20px;border-bottom: 2px #ddd solid;align-items: center;}
.pst-right .download h3::before{content: "\e62f";width: 25px;height: 25px;padding: 5px;font-size: 15px;color: #fff;border-radius: 5px;margin-right: 10px;background: #f60;}
.pst-right .download .btn{display: flex;width: fit-content;color:#0590a2;font-size:16px;border-bottom:1px #0590a2 solid;padding-bottom: 10px;align-items: center;}
.pst-right .download .btn::before{content:"\e693";margin-right:5px;font-size:20px;}
.pst-right .download .btn:hover{color:#f60;border-color:#f60}
.pst-right .online {display: flex;margin-top: 30px;overflow:hidden;align-items: center;}
.pst-right .online a {margin-right:20px;color:#fff;font-size: 15px;padding: 12px 30px;border-radius: 30px;background: #f60;}
.pst-right .online a i{font-size:20px;margin-right:10px}
.pst-right .online a.cor {background: #0590a2;}
.pst-right .online a:hover {background:#3a3a3a;}
.pst-right .online .ewm{display: flex;}
.pst-right .online .ewm img{padding: 5px;height: 90px;background: #ddd;}
.pst-right .online .ewm font{color:#6a6a6a;font-size: 15px;padding:20px;margin-left: 5px;border:1px #ddd solid;background: #fff;}

/*--*/

.psc-content {margin-top:70px;}
.psc-content .wx {}
.psc-content .wor {color:#666;line-height:30px;font-size:16px;}
.psc-content .long {position:relative;display:flex;}
.psc-content .psd-left {flex:1;min-width:50%}
.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}
.psc-content .tone {position:relative;display:flex;margin-bottom: 80px;border-bottom: 2px #ddd solid;}
.psc-content .tone:after {bottom:0;top:auto;}
.psc-content .tone li {position:relative;flex: 1;display:inline-block;color: #3a3a3a;font-size: 20px;padding-bottom: 25px;cursor:pointer;text-align: center;}
.psc-content .tone li:after {content:"";position:absolute;left:0;bottom: -2px;width:100%;z-index:1;height:2px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#0590a2;}
.psc-content .tone li.active,.psc-content .tone li:hover {color:#0590a2}
.psc-content .tone li.active:before,.psc-content .tone li:hover:before {color:#0590a2}
.psc-content .tone li.active:after,.psc-content .tone li:hover:after {transform:scale(1);transform-origin:left;}
.psc-content .frame {margin-bottom:50px;padding-bottom:40px;border-bottom:1px #ddd solid}
.psc-content .frame:last-child,.psc-content .mr {margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .theme {position:relative;color:#333;font-size: 32px;font-weight: bold;text-align: center;margin-bottom:30px; }

 





/*==产品细节↓==*/

.nicety-arr{}
.nicety-arr li{display: flex;height: 400px;align-items: center;background: #f5f5f5;}
.nicety-arr .pic {flex-shrink:0;width:50%;height: 100%;text-align: center;background: #fff;}
.nicety-arr .pic img {/* width:100%; */height:100%;object-fit:cover;}
.nicety-arr .box {position:relative;flex:1;padding:50px 60px;width:50%;}
.nicety-arr h4 {color: #333;font-size:28px;font-weight: bold;}
.nicety-arr p{color:#666;margin-top: 20px;font-size:16px;line-height:30px;}
.nicety-arr li:hover h4{color:#0590a2}
.nicety-arr li:nth-child(2n){flex-direction:row-reverse;}



/*--*/

.srll-recom {position:relative;}

.srll-recom .swiper-container {padding:6px;}

.srll-recom .product-list li {}

/*--*/

.psd-right {}

.is-affixed .info {margin-top:50px}





/*==左右图片切换↓==*/

.srllOrso {display:flex}

.srllOrso .leftPic {width:80%;float:left;border:2px #efefef solid;background:#fff;}

.srllOrso .leftPic img {display:block;margin:auto;max-width:100%;height:100%;object-fit:cover;}

.srllOrso .rightPic {width:20%;float:right;margin-left:15px;}

.srllOrso .rightPic li {height:20%;margin-bottom:20px;border:2px #efefef solid;cursor:pointer;background:#fff;}

.srllOrso .rightPic li img {display:block;max-width:100%;height:100%;margin:auto}

.srllOrso .rightPic li.swiper-slide-thumb-active {border-color:#0590a2;}

.srllOrso .leftPic,.srllOrso .rightPic {height:550px;}

.srllOrso .leftPic .look {opacity:0;position:absolute;left:0;bottom:0;z-index:2;width:100%;padding:10px;color:#fff;font-size:16px;height:40px;text-align:center;transform:translateY(40px);background:rgba(0,0,0,0.5);}

.srllOrso .leftPic .look i {margin-right:10px;display:inline-block;font-size:20px;}

.srllOrso .leftPic:hover .look {opacity:1;transform:translateY(0px);}

.srllOrso .rightPic:hover .btn {opacity:1 !important;}

.srllOrso .btn {opacity:0;position:absolute;top:0;left:0;right:0;z-index:2;margin:0px;padding:5px 0;cursor:pointer;text-align:center;background:rgba(0,0,0,0.4);transition:all .4s ease-in-out;}

.srllOrso .btn:before {color:#fff;font-size:32px;display:block;}

.srllOrso .sPrev:before {content:"\ebd1";}

.srllOrso .sNext:before {content:"\eb9c";}

.srllOrso .btn.sNext {top:auto;bottom:0;}

.srllOrso .btn:hover {opacity:1;background:rgba(0,0,0,0.6)}







/*==滚动大图↓==*/

.srllPho{ position: relative;;width: 100%;margin: auto;}

.srllPho .gallery-top{border: 1px #ddd solid; background:#fff ;}

.srllPho .gallery-top .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}

.srllPho .gallery-top .look i{ margin-right:10px; display:inline-block;font-size:20px;}

.srllPho .gallery-top:hover .look{opacity:1 ; transform: translateY(0px);}

.srllPho .gallery-top li{height:500px;}

.srllPho .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}

.srllPho .gallery-thumbs{margin-top:15px;padding: 0 50px;}

.srllPho .gallery-thumbs li{ width: 20%;height: 100%; border:2px #ddd solid; cursor: pointer; background:#fff;}

.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border:2px #0590a2 solid;}

.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}

.srllPho .btn{opacity: 1;top:0;left:0;width: 40px;height:100%;padding:0 0;display:table;border-radius: 0%;margin: 0px;text-align:center; /*! border-radius: 5px; */color:#0590a2;font-size:40px;background-image:none;background-color:#ddd;background-position:center;background-repeat:no-repeat;background-size: auto;}

.srllPho .btn i{ display: table-cell;vertical-align: middle;padding: 0px;}

.srllPho .btn.nt{left:auto;right:0;}

/*.srllPic .btn.next{transform:rotate(180deg);}*/

.srllPho .btn:hover,.srllPho .btn:hover i{color:#fff; background-color:#0590a2;}

.srllPho .swiper-button-disabled{opacity: .5;}

/*.srllPic .btn:hover{ opacity: 1;}*/

.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}





/*==联系我们↓==*/

.ContactInner{}





/*==地图+留言模块↓==*/
.message-item{ }
.message-item .long{display: flex;}
.message-item .info{width: 55%;}
.message-item .info .title{position:relative;margin-bottom:30px;padding-bottom:20px;border-bottom: 4px #ddd solid;}
.message-item .info .title::after{content:"";position:absolute;left:0;bottom: -4px;width: 150px;height:4px;background: #f60;}
.message-item .info .title span{display: block;color:#0590a2;font-size:20px;font-weight:bold}
.message-item .info .title b{font-size: 40px;color:#3a3a3a;font-weight: bold;}
.message-item .info ul{display: flex;flex-wrap: wrap;}
.message-item .info ul li{position:relative;display: flex;width:33.3%;padding: 30px 20px 30px 20px;border-bottom: 1px #ddd solid;align-items: center;}
.message-item .info ul .bor::after{content:"";position:absolute;right:0;top:0;bottom:0;margin: auto;width:1px;height: 60px;background: #eee;}
.message-item .info ul em{display: flex;flex-shrink: 0;border:1px #eee solid;width: 45px;height: 45px;font-size: 20px;color: #0590a2;border-radius: 50%;margin-right:10px;justify-content: center;align-items: center;}
.message-item .info ul span{color:#9a9a9a;font-size:16px;}
.message-item .info ul font{display: block;margin-top:5px;color:#3a3a3a;font-size: 18px;font-weight: bold;}

.message-item .info ul a{color:#3a3a3a;}

.message-item .info ul a:hover{color:#0590a2}
.message-item .info ul .w100{width:100%;}
.message-item .info ul .w50{width:50%;}
.message-item .right{margin-left: 50px;padding: 50px;width: 45%;background: #f8f8f8;}







/*==地图↓==*/
#dituContent{height:700px}
#dituContent img{max-width:initial;}



/*===留言反馈模块↓==*/
.feedback-item{}
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 20px);margin-bottom:20px;border: 1px #eee solid;padding: 10px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w100{width:100%}
.feedback-item form .ml{margin-left:20px;}
.feedback-item form .shell.vt{    align-items: flex-start;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #999999;font-size: 16px;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form .submit{position: relative;width: 350px;display: table;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 18px 80px;border:none;cursor: pointer;border-radius: 5px;background: #0590a2;}
.feedback-item form .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form .submit:hover:after{opacity:0.2}
/*--*/
.feedback-item .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item .code input{ flex: 1;}
.feedback-item .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.feedback-item .yzm input{width: 150px;padding: 18px 20px;border: none;}
.feedback-item .explain{margin-top:20px;color:#6a6a6a;font-size:16px;}
.feedback-item .explain i{color:red}
.feedback-item .explain font{color:#0590a2;font-weight:bold;}




/*==留言通用↓==*/

.MessageCon{background: url(../images/MessageBg.jpg) no-repeat center;background-size:cover;}

.MessageCon .long{padding:80px; background: #fff;}

.MessageCon .title{margin-bottom:40px;overflow: hidden;}

.MessageCon .title h2{float:left;color:#191919;font-size:24px;}

.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}

.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}

.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}

.MessageCon .block:nth-child(2n+1){margin-left:1%;}

.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px;}

.MessageCon textarea{width:100%;height:120px;}

.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}

.MessageCon button:hover{background:#0590a2}

.MessageCon .x1{background-image: url(../images/ico201.png);}

.MessageCon .x2{background-image: url(../images/ico202.png);}

.MessageCon .x3{background-image: url(../images/ico203.png);}

.MessageCon .x4{background-image: url(../images/ico204.png);}

.MessageCon .x5{background-image: url(../images/ico205.png);}




/*==关于↓==*/
.ab-intro{}
.ab-intro .up{display: flex;    align-items: flex-start;}
.ab-intro .up .info{flex: 1;margin-right: 60px;}
.ab-intro .up .info .titleTop{color: #3a3a3a;font-size: 50px;margin-bottom: 40px;font-weight: bold;line-height: 1;}
.ab-intro .up .info .wx{color:#666;font-size:16px;line-height: 30px;}
.ab-intro .up .pic{flex: 1;position: relative;}
.ab-intro .up .pic img{width:100%;object-fit: cover;}
.ab-intro .up .pic a{display: block;}
.ab-intro .up .pic a:before{content: "\e695";position: absolute;left:0;right:0;top:0;bottom:0;z-index: 2;display: table;margin:auto;width: fit-content;height: fit-content;text-align: center;color:#fff;font-size: 50px;font-weight: bold;}
.ab-intro .up .pic a:after{ opacity:0.4; content: "";position: absolute;left:0;top:0;right:0%;bottom:0; z-index: 0; background: #000;}
.ab-intro .up .pic h4{position: absolute;left:0;bottom: 0;right:0;z-index: 2;padding: 10px 20px;color:#fff;font-size: 16px;text-align: center;background: rgba(0,0,0,0.5);}
.ab-intro .up .pic:hover a:after{opacity: 0.3;} 

.ab-intro .below{display: flex;align-items: flex-start;margin-top: 80px;}
.ab-intro .below .left{flex: 1;}
.ab-intro .below .left ul{display:flex}
.ab-intro .below .left ul li{margin-right:100px}
.ab-intro .below .left ul h4{color:#3a3a3a;font-size:20px;font-weight:bold;margin-bottom:20px;}
.ab-intro .below .left ul span{display: block;margin-bottom:10px;color: #4a4a4a;font-size: 16px;}
.ab-intro .below .right{flex: 1;}



/*==发展历程↓==*/
.ab-history{background: url(../images/historyBg.jpg) no-repeat center; background-size:cover;}

/*--*/
.history-list{position:relative;z-index: 1;padding-top: 80px;}
.history-list:before{content:"\ebd1";position:absolute;left:50%;margin-left: -13px;top: 12px;z-index: -1;font-size: 25px;color: #ccc;}
.history-list:after{content:"";opacity: 0.5;position:absolute;left:50%;margin-left:-1px;top:20px;bottom:0;z-index: -1;width: 1px;background: #ccc;}
.history-list li{display:flex;margin-bottom: 40px;position: relative;flex-direction: row-reverse;}
.history-list .info{position: relative;width: 50%;display: flex;padding-left: 110px;flex-direction: column;}
.history-list .info:before{content:"";position:absolute;left: 0;top: 21px;bottom: 0;width: 100px;height: 1px;background: #ccc;}
.history-list h4:before{content:"";position:absolute;left: -40px;top: 16px;bottom: 0;width: 10px;height: 10px;border-radius: 50%;background: #ccc;}
.history-list h4{display: flex;position: relative;color:#0590a2;font-size: 40px;font-weight:bold;margin: 0 20px;align-items: flex-start;}
.history-list h4 font{font-size: 18px;font-weight:400;margin: 5px 10px;}
.history-list .txt{color:#6a6a6a;font-size:16px;margin-top: 15px;line-height: 30px;}

.history-list .pic{margin-top:15px;max-height:250px;}

.history-list .pic img{height:100%;}
.history-list li:hover h4{color:#f60}
.history-list li:hover h4:before{background:#0590a2}
.history-list li:nth-child(2n){flex-direction:row;/* text-align:right; */}
.history-list li:nth-child(2n) .info{display: flex;padding-right: 100px;padding-left: 0;align-items: flex-end;text-align: right;}
.history-list li:nth-child(2n) .info:before{right: 0px;left: auto;}
.history-list li:nth-child(2n) h4:before{right: -20px;left: auto;}




/*===数字滚动↓==*/ 
.number-item {display: flex;flex-flow: row wrap;align-content: flex-start;flex-wrap: wrap;}
.number-item li {position: relative;line-height:1;float:left;width: calc(25% - 30px);padding-right: 30px;margin-right: 30px;background-position:80% 0;background-repeat:no-repeat;}
.number-item li:after{content:"";position:absolute;right:0;top:0;bottom:0;margin: auto;width:1px;height:50px;background:#ddd}
.number-item li:last-child{margin-right:0px;}
.number-item li:last-child:after{display:none}
.number-item li h5 {color:#000123;font-size: 18px;margin-bottom: 20px;}
.number-item li b{font-size: 60px;color:#0590a2;}
.number-item li font{display: inline-block;color:#0590a2;font-size: 16px;}
.number-item li:hover{transform:translateY(-5px);}
.number-item li:nth-child(1){background-image:url(../images/number-ico-01.png);}
.number-item li:nth-child(2){background-image:url(../images/number-ico-02.png);}

.number-item li:nth-child(3){background-image:url(../images/number-ico-03.png);}

.number-item li:nth-child(4){background-image:url(../images/number-ico-04.png);}





/*==荣誉资质切换↓==*/

.srll-honor{position: relative;}
.srll-honor .list a{display: block;background: #f9f9f9;}
.srll-honor .list .pic{height: 360px;padding: 20px !important;border: none;}
.srll-honor .list h4{color:#333333;font-size: 16px;padding: 20px 0;margin: 0 20px;text-align: center;border-top: 1px #ddd solid;}
.srll-honor .list li:hover h4{color:#0590a2}
.srll-honor .trol{ justify-content: center;  }






/*==合作伙伴tab↓==*/

.partner-tab{ position:relative; display: flex;align-items: flex-start;}
.partner-tab .roll{flex-shrink: 0;}
.partner-tab .roll li{position: relative;z-index: 2;padding: 35px 50px;font-size: 20px;color: #3a3a3a;text-align: center;border-bottom:1px #fff solid;cursor: pointer;background: #f6f6f6;}
.partner-tab .roll li:after{opacity:0; content:"\e65d";position:absolute;right: 0px;bottom:0;top:0;margin: auto;height: fit-content;color: #0590a2;font-size: 20px;}
.partner-tab .roll li.active{color:#fff;background:#0590a2;}
.partner-tab .roll li.active:after{ opacity:1; right: -14px;}
.partner-tab .shelf{flex:1;min-width: 0px}
.partner-tab .frame{display: none;}
.partner-tab .frame.on{display: block;}
.partner-tab .list{}
.partner-tab .list li{border:1px solid #ddd}

.partner-tab .spot{display: none;}
.partner-tab .trol{position:absolute;right:0;top: -100px;}





/*==公司环境列表↓==*/

.ambient-list {margin:0 0px -20px -20px;}

.ambient-list li {float:left;width:24.8%;}

.ambient-list li:nth-child(1) {width:50.2%;}

.ambient-list li a {position:relative;display:block;margin:0 0px 20px 20px;}

.ambient-list li h4 {position:absolute;left:0;right:0;bottom:0;z-index:2;margin:20px;padding:12px 20px;color:#555;font-size:16px;font-weight:bold;margin-top:10px;background:rgba(255,255,255,0.7);}

.ambient-list li:hover h4 {/*color:#fff;background:rgba(0,0,0,0.6)*/}





/*==合作伙伴切换↓==*/
.ab-partner{}
/*--*/
.srll-partner{  }
.srll-partner .swiper-container{ border-right:1px #ddd solid}
.srll-partner .list{}
.srll-partner .list li{}
.srll-partner .list li{}
.srll-partner .list li a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;border-radius: 10px;background:#fff;}
.srll-partner .list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#0590a2;}
.srll-partner .list .pic{position:relative;width:100%;padding-top:60%;}
.srll-partner .list .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}
.srll-partner .list h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;padding:10px;color:#fff;font-size: 18px;transform: translateY(10px);}
.srll-partner .list li:hover h4{opacity:1;transform: translateY(0px);}
.srll-partner .list li:hover a:after{opacity:0.8;transform: translateY(0px);} 





/*==list-box 图片列表↓==*/

.list-box{margin:0 0 -20px -20px}

.list-box li{display:inline-block; width: calc(25% - 20px);margin: 0 0 20px 20px; }

.list-box li img{max-width:100%;width:100%;}

.list-box li a{display:block; }

.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}

.list-box li:hover .pic{border: 1px #0590a2 solid;}

.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}

.list-box li:hover h4{color:#0590a2;}

.list-box.lx5 li{width: calc(20% - 20px);}
.list-box.lx5 .pic{padding-top:60%;}





/*==底部===*/
.footer {position:relative;z-index:5; overflow: hidden; background:#505050;}
.footer .up {display: flex;margin-top: 60px;justify-content: space-between;}
.footer .left{display: flex;width: 370px;flex-direction: column;align-items: center;}
.footer .left .logo{}
.footer .left .logo img{height:200px;}
.footer .left .ewm{display: flex;margin-top: 50px;}
.footer .left .ewm span{color: #eee;font-size: 15px;margin: 0 15px;text-align: center;}
.footer .left .ewm img{display: block;margin-bottom:10px;}
.footer .right{position: relative;margin-left: 50px;flex: 1;}
.footer .titleTop{color:#0590a2;font-size:32px;margin-bottom:30px;padding-bottom:10px;border-bottom:2px #ddd solid;}
.footer .nav {position:relative;display: flex;justify-content: space-between;}
.footer .tit {color:#fff;font-size: 16px;margin-bottom: 10px;font-weight:bold;}
.footer .nav li {/*! display:table-cell;*/flex: auto;padding-right:10px;}
.footer .nav li a {display:block;color:#ddd;font-size:14px;padding:3px 0;}
.footer .nav li a:hover {color:#0590a2}
.footer .middle{display:flex;margin-top: 40px;justify-content: space-between;} 
.footer .info{/* display: flex; */flex-wrap: wrap;}
.footer .info .title {flex: 1;width: 100%;display:block;color:#fff;font-size: 18px;font-weight:bold;margin-bottom:30px;} 
.footer .info span{flex: auto;display: flex;width: 50%;margin-bottom: 12px;color: #fff;font-size: 15px;} 
.footer .info span i{ font-size: 20px;margin-right: 10px;}
.footer .info span:last-child{width:100%;}
.footer .info span a{display: block;color: #fff;}
.footer .info span a:hover{color:#0590a2}
.footer .shop{display: flex;align-items: flex-start;}
.footer .shop h4{flex-shrink: 0;display: flex;color:#fff;font-size:20px;align-items: center;}
.footer .shop h4::after{content: "";float: right;display: block;width: 2px;height: 18px;margin-left:10px;background:#fff;} 
.footer .shop .box{flex:1;display: flex;}
.footer .shop a{display: flex;margin-left: 30px;color:#aaa;font-size:14px;align-items: center;flex-direction: column;}
.footer .shop a:hover{color:#0590a2;transform:translateY(-5px)}
.footer .shop em{margin-bottom:10px;}
.footer .down {position:relative;z-index: 1;margin-top: 40px;padding:20px 0;color:#aaa;font-size:15px;}
.footer .down:before {content:"";position:absolute;top:0; left:-50%;right: -50%;z-index: -1;height:1px;background: #757575;}
.footer .down:after{content:"";display: block;position:absolute;top:0;bottom: 0;left:-50%; right: -50%;z-index: -1;background: #2a2a2a; }
.footer .down a {color:#aaa;font-size:16px;margin:0 10px;}
.footer .down a:hover {color:#fff;}
.footer .link {display: flex;margin-top: 20px;flex-wrap: wrap;}
.footer .link h3 {flex-shrink: 0; color:#fff;font-size: 14px;}
.footer .link .box{flex: 1;}
.footer .link a {position:relative;color:#eee;font-size:14px;display:inline-block;padding: 0 20px;margin-bottom:5px;}
.footer .link a:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2px;height: 13px;margin: auto;background:#eee}
.footer .link a:last-child::after{display: none;}




/*==手机版本底部↓==*/
.wap-foot{display: none; position:fixed;bottom:0;left:0;right:0;height: 60px;background: rgba(0,0,0,0.5);}
.wap-foot a{flex: 1;position: relative;color:#fff;font-size: 24px;padding: 18px 10px;text-align: center;}
.wap-foot a:last-child::after{display: none;}

.wap-foot a::after{opacity: 0.5;content: "";position: absolute;right:0;top:0;bottom:0;margin: auto;width:1px;height:30px;background:#fff;}







/*==留言弹出↓==*/
.offer-bg{ display:none; position: fixed;left:0;top:0;z-index:9999; width:100%;height:100%; background:rgba(0,0,0,0.5)  }
.offer-popup{ display: none; position: fixed;top:16%;left:0;right:0;bottom:0;margin:auto; z-index:99999; width:450px;}
/**/
.offer-popup .report {padding:40px;width:100%;border-radius:5px;border:1px #ccc solid;box-shadow:0 0 10px #333;text-align:left;background: #fff;}
.offer-popup .report .title{color:#191919;font-size:25px;padding-bottom:10px;margin-bottom:15px;border-bottom:2px #191919 solid;text-align:center;}
.offer-popup .report h5 {color:#353535;font-size:15px;margin-bottom:10px;}
.offer-popup .report i {font-style:normal;color:#ff2f2f}
.offer-popup .report .shelf{margin-bottom:5px;}
.offer-popup .report .fill{width:100%;line-height:30px;color:#666;padding:6px 10px;border:1px #ddd solid;}
.offer-popup .report textarea {height:70px;}
.offer-popup .report .tips {color:#ff2f2f;font-size:14px;}
.offer-popup .report .submit {margin-top:30px;color:#fff;font-size:16px;width:100%;border-radius:5px;padding:12px 10px;border:none;cursor: pointer;background:#5a5a5a;}
.offer-popup .report .submit:hover {background:#000;}
.offer-popup .close{position: absolute;right:20px;top:20px;display: flex;width: 30px;height: 30px;text-align: center;color:#fff;font-size:12px;border-radius: 50%;background: #e1e1e1;justify-content: center;align-items: center;cursor: pointer;}
.offer-popup .close::before{content:"\e731";}
.offer-popup .close:hover{transform:rotate(90deg); background: #191919;}
.offer-popup .success{display:none;position:fixed;top:0;left:0;right: 0;bottom: 0;width: 350px;height: 249px;margin: auto;text-align:center;padding: 50px;border-radius: 10px;box-shadow: 3px 3px 10px #666;overflow: hidden;background: #fff;}
.offer-popup .success h4{color: #1a91b8;font-size:30px;}
.offer-popup .success h4:before{content:"\e638";color: #1a91b8;margin-right: 10px;}
.offer-popup .success span{color: #7f7f7f;font-size: 16px;display: block;margin-top: 10px;}
.offer-popup .success .btn{position: absolute;left: 0;right: 0;bottom: 0;display: block;color:#fff;font-size:16px;padding: 12px 10px;transition: all .4s ease-in-out;background: #1a91b8;}
.offer-popup .success .btn:hover{background: #0883ab;}